Skip to main content

mergMarkdown

Type

library

Description

mergMarkdown is a simple external for translating a markdown file to XHTML using the sundown library. It has one function: mergMarkdownToXHTML. There are a number of non-standard markdown features implemented in sundown and these can be controlled with optional parameters to the function.

Associated Syntax

Function

NameSummarySyntax
mergMarkdownToXHTMLReturns the XHTML translation of the markdown document.mergMarkdownToXHTML(<pMarkdown>, [<pNoIntraEmphasis>, <pTable>, <pFencedCode>, <pAutoLink>, <pStrikethrough>, <pSpaceHeaders>, <pSuperscript>, <pLaxSpacing>])
Thank you for your feedback!

Was this page helpful?